+2000-12-07 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of
+ function, noticed by Alex
+
2000-12-06 Elliot Lee <sopwith@redhat.com>
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
+2000-12-07 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of
+ function, noticed by Alex
+
2000-12-06 Elliot Lee <sopwith@redhat.com>
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
+2000-12-07 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of
+ function, noticed by Alex
+
2000-12-06 Elliot Lee <sopwith@redhat.com>
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
+2000-12-07 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of
+ function, noticed by Alex
+
2000-12-06 Elliot Lee <sopwith@redhat.com>
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
+2000-12-07 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of
+ function, noticed by Alex
+
2000-12-06 Elliot Lee <sopwith@redhat.com>
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
+2000-12-07 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of
+ function, noticed by Alex
+
2000-12-06 Elliot Lee <sopwith@redhat.com>
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
+2000-12-07 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of
+ function, noticed by Alex
+
2000-12-06 Elliot Lee <sopwith@redhat.com>
* configure.in: Detect freetype properly
* modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of above.
* Return value: a keyval, or 0 if none was mapped to the given @key
**/
guint
-gdk_key_key_to_keyval (GdkKeymap *keymap,
+gdk_keymap_lookup_key (GdkKeymap *keymap,
const GdkKeymapKey *key)
{
g_return_val_if_fail (keymap == NULL || GDK_IS_KEYMAP (keymap), 0);